Click or drag to resize

SipClientUpdate Method (Dialog, SessionDescription)

Modifies the state of a session without changing the state of the dialog.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Update(
	Dialog dialog,
	SessionDescription description
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents media session.
description
Type: Independentsoft.Sip.SdpSessionDescription
An updated session description.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
Exceptions
ExceptionCondition
ArgumentExceptionSessionDescription is null.
See Also